#slide1 {
    background-image: url("../image/balais.png");
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

#slide2text {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 100px 100px #ffffff;
    -moz-box-shadow: 0px 0px 100px 100px #ffffff;
    filter: progid: DXImageTransform.Microsoft.Glow(Color=#ffffff, Strength=200);
    zoom: 1;
    box-shadow: 0px 0px 100px 100px #ffffff;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

#slide2 {
    background-image: url("../image/porte-manteau.png");
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

#slide3text {
    background-color: #213567;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

#slide3 {
    background-image: url("../image/chaise.png");
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

#slide4text {
    background-color: #213567;
    background-size: cover;
    z-index: 100;
    width: 100%;
    height: 100vh;
}

#slide4 {
    background-image: url("../image/poubelle.png");
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

#slide5text {
    background-color: #ffffff;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

#slide5 {
    background-image: url("../image/table.png");
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}